type crypto/tls.certificateStatusMsg
6 uses
crypto/tls (current package)
conn.go#L1154: m = new(certificateStatusMsg)
handshake_client.go#L679: cs, ok := msg.(*certificateStatusMsg)
handshake_messages.go#L1623: type certificateStatusMsg struct {
handshake_messages.go#L1627: func (m *certificateStatusMsg) marshal() ([]byte, error) {
handshake_messages.go#L1640: func (m *certificateStatusMsg) unmarshal(data []byte) bool {
handshake_server.go#L624: certStatus := new(certificateStatusMsg)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)